@charset"utf-8";


.content .title1{
    margin:0 auto;
    padding:68px 0 14px;
    max-width:1200px;
    width:100%;
    transition:0.2s;
}
.content .title1 h2{
    font-size:34px;
    line-height:34px;
    color:#333;
    text-align:center;
    transition:0.2s;
}
.content .title1 h2 img{
    margin-right:15px;
    float:right;
    width:15px;
    height:25px;
    display:none;
}
.content .title1 h3{
    margin-top:15px;;
    font-size:18px;
    line-height:18px;
    color:#a6a8ad;
    text-align:center;
    transition:0.2s;
}



@media screen and (max-width: 1200px){

	.content .title1{
        padding:34px 0 17px;
    }
    .content .title1 h2{
        font-size:32px;
        line-height:32px;
    }


}
@media screen and (max-width: 640px){
.content .title1{
        padding:18px 0;
        border-bottom:1px solid #ededed;
    }
    .content .title1 h2{
        margin-left:15px;
        padding-left:6px;
        font-size:2rem;
        line-height:1.8rem;
        height:2rem;
        text-align:left;
        color:#000000;
        border-left:3px solid #c40461;
    }
    .content .title1 h2 span{
        display:none;
    }
    .content .title1 h2 img{
        line-height:2rem;
        display:block;
    }
    .content .title1 h3{
        display:none;
    }
}
@media screen and (max-width: 480px){
.content .title1{
        padding:1.6rem 0;
    }
    .content .title1 h2{
        font-size:2rem;
        line-height:1.8rem;
        height:2rem;
    }
    .content .title1 h2 img{
        width:12px;
        height:20px;
    }
}